func runtime.atoi
4 uses
runtime (current package)
os_linux.go#L332: v, ok := atoi(slicebytetostringtmp((*byte)(ptr), int(n)))
runtime1.go#L510: if n, ok := atoi(value); ok {
runtime1.go#L556: if n, ok := atoi(level); ok && n == int(uint32(n)) {
string.go#L409: func atoi(s string) (int, bool) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |